- WYSIWYM (What you see is what you mean.)
- Markdown is a markup language: format text
with some quick rules.
- Look at the previous reference or at pandoc’s documentation.
- No more need to click here and there
- Ideal to take notes in class
- Or to write quick lists in any text processor: notepad, gedit, RStudio, vim
## Text = pandoc's markdown
1. WYSIWYM (What you see is what you mean.)
1. **Markdown is** a _markup language_: f^o^rma~t~ text ~~with some~~ `quick rules`.
1. Look at the [previous reference](https://rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf) or at [pandoc's documentation](https://pandoc.org/MANUAL.html#pandocs-markdown).
1. No more need to click here and there
+ No need to use shortcuts
+ Ideal to take notes in class
+ Or to write quick lists in any text processor: notepad, gedit, RStudio, vim